net/netip.Addr.v6u16 (method)

7 uses

	net/netip (current package)
		netip.go#L373: func (ip Addr) v6u16(i uint8) uint16 {
		netip.go#L531: 		return ip.v6u16(0)&0xffc0 == 0xfe80
		netip.go#L580: 		return ip.v6u16(0)&0xff0f == 0xff01
		netip.go#L599: 		return ip.v6u16(0)&0xff0f == 0xff02
		netip.go#L912: 		for j < 8 && ip.v6u16(j) == 0 {
		netip.go#L931: 		ret = appendHex(ret, ip.v6u16(i))
		netip.go#L957: 		ret = appendHexPad(ret, ip.v6u16(i))